Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / SFtp Class / BeginReceiveRequestPayload Method / BeginReceiveRequestPayload<PayloadType>(AsyncCallback,Object,Int32) Method


In This Topic
    BeginReceiveRequestPayload<PayloadType>(AsyncCallback,Object,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function BeginReceiveRequestPayload(Of PayloadType As SSHPacketPayload)( _
       ByVal callback As AsyncCallback, _
       ByVal state As Object, _
       ByVal requestID As Integer _
    ) As IAsyncResult
    'Usage
     
    Dim instance As SFtp
    Dim callback As AsyncCallback
    Dim state As Object
    Dim requestID As Integer
    Dim value As IAsyncResult
     
    value = instance.BeginReceiveRequestPayload(Of PayloadType)(callback, state, requestID)
    public IAsyncResult BeginReceiveRequestPayload<PayloadType>( 
       AsyncCallback callback,
       object state,
       int requestID
    )
    where PayloadType: SSHPacketPayload

    Parameters

    callback
    state
    requestID

    Type Parameters

    PayloadType
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also